public static Retrieve<>(
string
)
'Declaration
Public Overloads Shared Function Retrieve(Of )( _
ByVal As String _
) As
'Usage
Dim name As String
Dim value As
value = ServiceLocator.Retrieve(Of T)(name)
public:
static Retrievegeneric<typename >
(
String^
)